home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / plain / contrib / multihead.tex < prev    next >
Encoding:
Text File  |  1992-08-26  |  416 b   |  12 lines

  1. %%%--------------Cut along perforation--------------------------------
  2. % Macro for multiple line header.
  3. % By Don Hosek <DHOSEK@HMCVAX.BITNET>
  4. % To use:
  5. % \multihead{...}
  6. % If the header has more than one line, separate the lines with \\
  7. \newtoks\multihead
  8. \headline{\vtop{\let\\=\cr\halign{\line{#}\cr
  9.   \the\multihead\crcr}}}
  10. \multihead{\hss}
  11. %%%--------------Tear neatly------------------------------------------
  12.